home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 3
/
The Arsenal Files 3.iso
/
gen_prog
/
appdemo.exe
/
README
< prev
next >
Wrap
Text File
|
1994-11-07
|
1KB
|
33 lines
A++ Compiler Demo
=================
Welcome to the A++ compiler demo program.
A++ uses your favourite DOS editor to edit the files, so please edit the
APP.BAT file to insert the full path and name of the editor you wish to use
after the :EditProgram lable. The default is C:\DOS\EDIT
DEMOVIEW.APP is the source code for a simple demo from which tells you a
little about A++.
To compile it type :-
APP DEMOVIEW
from the DOS prompt. Then select "C" for compile from the menu, and then
select "R" for Run from the menu.
DEMOTSR1.APP is an example of a TSR (Terminate and Stay Resident) program. The
hot key for DEMOTSR1.APP is ALT V. To compile it type :-
APP DEMOTSR1
from the DOS prompt. Then exit the compiler, and type DEMOTSR1 at the DOS
prompt. Then you will be able to run the program at any time (even while in
another program) by pressing ALT V.
DEMOBIRT.APP is a simple program to calculate on which day of the week you
were born.